ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Fluent Namespace / FlexGridGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(FlexGridBuilder<T>,String) Method
the specified flexgrid builder.
The specified selector for the FlexGridGroupPanel's host element.

In This Topic
    ShowGroupPanel<T>(FlexGridBuilder<T>,String) Method
    In This Topic
    Apply the default FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T), _
       Optional ByVal selector As String _
    ) As FlexGridBuilder(Of T)
    public static FlexGridBuilder<T> ShowGroupPanel<T>( 
       FlexGridBuilder<T> gridBuilder,
       string selector
    )

    Parameters

    gridBuilder
    the specified flexgrid builder.
    selector
    The specified selector for the FlexGridGroupPanel's host element.

    Type Parameters

    T
    See Also